/* MILKEN INSTITUTE SCSS STYLES - v1.0 - 21 APR 2017 */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* SCSS PADDING CLASSES FOR MILKEN INSTITUTE HOME PAGE, ETC */
.padding-top-0 {
  padding-top: 0; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-right: 0; }

/* TYPE STYLES FOR MILKEN INSTITUTE HOME PAGE, ETC */
/* SCSS MIXINS FOR MILKEN INSTITUTE HOME PAGE, ETC */
/* Type */
/* Graphic */
/* Calculations */
/* Specifications */
/* SCSS VARIABLES FOR MILKEN INSTITUTE HOME PAGE, ETC. */
/* Color Palette */
/* Breakpoints */
/* Settings */
/* SCSS UTILITIES FOR MILKEN INSTITUTE HOME PAGE, ETC. */
body {
  background-color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1c1c1c;
  font-size: 1em;
  line-height: 160%;
  margin: 0;
  text-align: left; }

h1.placeholder {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5em;
  line-height: 1.1;
  margin: 0 0 1em;
  color: #1c1c1c;
  text-align: center;
  text-transform: uppercase; }

.vert-spacer-60 {
  height: 60px; }

.light-text {
  color: #ffffff; }

.dark-text {
  color: #252525; }

#milken-header {
  position: relative;
  width: 100%;
  height: 125px;
  padding: 10px 0 0 0;
  line-height: 0;
  background-color: #004778;
  color: #ffffff;
  z-index: 9999; }
  #milken-header .container-fluid {
    width: 100%;
    height: 100%;
    max-width: 1425px;
  }
  @media(min-width:990px) {
      #milken-header .container-fluid {
          padding: 0 100px;
      }
  }
    #milken-header .container-fluid #header-logo .logo-container {
      position: relative;
      margin: 0 auto;
      width: 250px;
      padding-top: 12px; }
      @media (min-width: 992px) {
        #milken-header .container-fluid #header-logo .logo-container {
          margin: 0;
          width: 260px;
          padding-top: 14px; } }
      @media (min-width: 1200px) {
        #milken-header .container-fluid #header-logo .logo-container {
          margin: 0;
          width: 338px;
          height: 105px;
          padding-top: 0; } }
      #milken-header .container-fluid #header-logo .logo-container a {
        opacity: 1;
        transition: opacity 0.4s ease; }
        #milken-header .container-fluid #header-logo .logo-container a:hover {
          opacity: 0.75; }
    #milken-header .container-fluid #main-nav-wrapper {
      padding: 22px 0 0 0; }
      @media (min-width: 992px) {
        #milken-header .container-fluid #main-nav-wrapper {
          padding: 33px 0 0 0; } }
      #milken-header .container-fluid #main-nav-wrapper #main-nav {
        display: none;
        list-style: none; }
        @media (min-width: 992px) {
          #milken-header .container-fluid #main-nav-wrapper #main-nav {
            display: block;
            padding: 0 0 0 40px; } }
        @media (min-width: 1200px) {
          #milken-header .container-fluid #main-nav-wrapper #main-nav {
            padding: 0; } }
        #milken-header .container-fluid #main-nav-wrapper #main-nav li {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 500;
          display: inline-block;
          font-size: 21px;
          color: #ffffff;
          line-height: 1.8;
          text-transform: uppercase;
          letter-spacing: 1px;
          padding: 0 0 0 12px; }
          @media (min-width: 1200px) {
            #milken-header .container-fluid #main-nav-wrapper #main-nav li {
              padding-left: 16px; } }
          #milken-header .container-fluid #main-nav-wrapper #main-nav li:first-child {
            padding-left: 0; }
          #milken-header .container-fluid #main-nav-wrapper #main-nav li:not(.search-icon):after {
            content: '';
            display: block;
            margin: auto;
            height: 2px;
            width: 0;
            background-color: transparent;
            transition: width 0.4s ease, background-color 0.4s ease; }
          #milken-header .container-fluid #main-nav-wrapper #main-nav li:not(.search-icon):hover:after {
            width: 100%;
            background-color: #1e73b3; }
          #milken-header .container-fluid #main-nav-wrapper #main-nav li a {
            color: #ffffff;
            text-decoration: none; }
          #milken-header .container-fluid #main-nav-wrapper #main-nav li .vertical-divider {
            width: 0;
            color: #ffffff;
            height: 100%;
            border-left-style: solid;
            border-left-width: 1px; }
          #milken-header .container-fluid #main-nav-wrapper #main-nav li.search-icon {
            width: auto;
            cursor: auto;
            opacity: 1;
            transition: opacity 0.4s ease; }
            #milken-header .container-fluid #main-nav-wrapper #main-nav li.search-icon:hover {
              cursor: pointer;
              opacity: 0.75; }
      #milken-header .container-fluid #main-nav-wrapper #mobile-nav-wrapper {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 3em;
        color: #ffffff;
        line-height: 1.8; }
        #milken-header .container-fluid #main-nav-wrapper #mobile-nav-wrapper a {
          color: #ffffff;
          text-decoration: none; }
        @media (min-width: 992px) {
          #milken-header .container-fluid #main-nav-wrapper #mobile-nav-wrapper {
            display: none; } }


/* sub header */


#milken-main {
  width: 100%;
  }
  #milken-main #leadspace-carousel {
    height: 400px;
    overflow: hidden;
    margin: 0 0 60px; }
    @media (min-width: 992px) {
      #milken-main #leadspace-carousel {
        height: 508px; } }
    #milken-main #leadspace-carousel .carousel-indicators {
      bottom: 5px; }
      #milken-main #leadspace-carousel .carousel-indicators li {
        margin-right: 20px; }
        #milken-main #leadspace-carousel .carousel-indicators li:last-child {
          margin-right: 0; }
    #milken-main #leadspace-carousel .carousel-inner .item {
      height: 400px; }
      @media (min-width: 768px) {
        #milken-main #leadspace-carousel .carousel-inner .item {
          height: 100%; } }
      #milken-main #leadspace-carousel .carousel-inner .item img {
        width: 100%;
        transform: translateY(10%) scale(2);
      }
        @media (min-width: 768px) {
          #milken-main #leadspace-carousel .carousel-inner .item img {
            transform: translateY(-15%) scale(1); } }
        @media (min-width: 992px) {
          #milken-main #leadspace-carousel .carousel-inner .item img {
            transform: translateY(-15%); } }
      #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption {
        top: 0px;
        left: 15%;
        bottom: auto;
        text-align: left;
        text-shadow: none; }
        #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption h1 {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 2.5em;
          line-height: 1.25;
          margin: 0 0 15px;
          text-transform: uppercase; }
        #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption p {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 1.4em;
          line-height: 1.5;
          margin: 0 0 20px;
          letter-spacing: 1px; }
        #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button {
          display: block;
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 1.25em;
          height: 40px;
          width: auto;
          padding: 10px;
          text-align: center;
          text-transform: uppercase;
          text-shadow: none;
          text-decoration: none;
          letter-spacing: 2px;
          margin: 0 0 15px 0; }
          @media (min-width: 768px) {
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button {
              display: inline-block;
              font-size: 1.5em;
              height: 60px;
              padding: 20px 40px;
              margin: 0 20px 0 0;
              width: auto; } }
          #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.solid {
            background-color: #004778;
            color: #ffffff;
            border: 1px solid #004778;
            transition: all 0.4s ease; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.solid:hover {
              text-decoration: none;
              color: #cccccc; }
          #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.transparent {
            background-color: transparent; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.transparent.light-text {
              color: #ffffff;
              border: 1px solid #ffffff;
              transition: all 0.4s ease; }
              #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.transparent.light-text:hover {
                text-decoration: none;
                background-color: #004778;
                border: 1px solid #004778; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.transparent.dark-text {
              color: #252525;
              border: 1px solid #252525;
              transition: all 0.4s ease; }
              #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption .carousel-button.transparent.dark-text:hover {
                text-decoration: none;
                color: #ffffff;
                background-color: #004778;
                border: 1px solid #004778; }
        @media (min-width: 768px) {
          #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption {
            top: 50px; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption h1 {
              font-size: 3em;
              line-height: 1.1;
              margin: 0 0 20px 0; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption p {
              font-family: 'Oswald', sans-serif;
              font-style: normal;
              font-weight: 200;
              font-size: 1.5em;
              margin: 0 0 30px; } }
        @media (min-width: 992px) {
          #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption {
            top: 70px; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption h1 {
              font-size: 3em; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption p {
              font-size: 2em; } }
        @media (min-width: 1200px) {
          #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption {
            top: 75px; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption h1 {
              font-size: 5em; }
            #milken-main #leadspace-carousel .carousel-inner .item .carousel-caption p {
              font-size: 2.25em; } }
    #milken-main #leadspace-carousel .carousel-control {
      width: 10%;
      text-shadow: none;
      opacity: 0.6;
      transition: all 0.4s ease; }
      #milken-main #leadspace-carousel .carousel-control:hover {
        opacity: 1; }
  #milken-main #mi-livestream {
    background-color: #ffffff;
    padding: 60px 10%;
    margin: 0 0 60px 0;
    color: #252525;
    width: 100%;
    max-width: 1425px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    #milken-main #mi-livestream .mi-livestream-header h1 {
      font-family: 'Oswald', sans-serif;
      font-style: normal;
      font-weight: 700;
      width: auto;
      font-size: 4em;
      line-height: 1.2;
      margin: 0 0 25px 0;
      padding: 0 0 15px;
      text-align: center;
      border-bottom: 1px solid #cccccc; }
    @media (min-width: 992px) {
      #milken-main #mi-livestream .mi-livestream-header h1 {
        font-size: 6em;
        line-height: 1.2; } }
    #milken-main #mi-livestream .livestream-wrapper {
      position: relative;
      width: 320px;
      margin: 0 auto 30px; }
      #milken-main #mi-livestream .livestream-wrapper iframe {
        width: 320px;
        height: 180px; }
      @media (min-width: 768px) {
        #milken-main #mi-livestream .livestream-wrapper {
          width: 512px;
          margin: 0 auto 30px; }
          #milken-main #mi-livestream .livestream-wrapper iframe {
            width: 512px;
            height: 288px; } }
      @media (min-width: 992px) {
        #milken-main #mi-livestream .livestream-wrapper {
          width: 832px; }
          #milken-main #mi-livestream .livestream-wrapper iframe {
            width: 832px;
            height: 468px; } }
      @media (min-width: 1200px) {
        #milken-main #mi-livestream .livestream-wrapper {
          width: 960px; }
          #milken-main #mi-livestream .livestream-wrapper iframe {
            width: 960px;
            height: 540px; } }
    #milken-main #mi-livestream .livestream-button {
      display: block;
      font-family: 'Oswald', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.5em;
      height: 60px;
      padding: 20px 40px;
      width: auto;
      max-width: 300px;
      text-transform: uppercase;
      text-shadow: none;
      text-decoration: none;
      letter-spacing: 2px;
      margin: 0 auto;
      text-align: center;
      background-color: #004778;
      color: #ffffff;
      transition: all 0.4s ease; }
      #milken-main #mi-livestream .livestream-button:hover {
        text-decoration: none;
        color: #cccccc; }
      @media (min-width: 992px) {
        #milken-main #mi-livestream .livestream-button {
	font-size: 1.7em;
	height: 60px;
	padding-top: 24px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	width: 40%;
	max-width: 400px;
} }
  #milken-main #mi-mission {
    background-color: #ffffff;
    padding: 60px 10%;
    margin: 0 0 60px 0;
    color: #252525;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    #milken-main #mi-mission .mi-mission-header h1 {
      font-family: 'Oswald', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 6em;
      line-height: 1.7;
      margin: 0 0 15px 0;
      text-transform: uppercase;
      text-align: center;
      border-bottom: 1px solid #cccccc; }
    #milken-main #mi-mission .mi-mission-header h3 {
      font-family: 'Oswald', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 3.25em;
      line-height: 1.4;
      margin: 0 0 40px 0;
      text-align: center; }
    #milken-main #mi-mission .mi-mission-objectives {
      text-align: center; }
      #milken-main #mi-mission .mi-mission-objectives .mission-icon {
        font-size: 7.5em;
        color: #004778; }
      #milken-main #mi-mission .mi-mission-objectives h2 {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 3.25em;
        line-height: 1.9;
        text-transform: uppercase;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc; }
      #milken-main #mi-mission .mi-mission-objectives p {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 2em;
        line-height: 1.2; }
  #milken-main #mi-spotlight {
    padding: 0;
    margin: 0 0 60px 0;
    width: 100%;
    background-image: none;
    background-size: auto auto;
    background-position: 0% 0%;
    background-repeat: repeat; }
    @media (min-width: 992px) {
      #milken-main #mi-spotlight {
        padding: 15% 0;
        background-image: url("http://thebrillocoinstitute.com/images/spotlight_background_img_v2.jpg");
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; } }
    #milken-main #mi-spotlight .spotlight {
      height: auto;
      background-color: #ffffff;
      text-align: center;
      padding: 20px 30px;
      color: #252525;
      margin-bottom: 30px; }
      #milken-main #mi-spotlight .spotlight h1, #milken-main #mi-spotlight .spotlight h2 {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 4em;
        line-height: 1.8;
        border-bottom: 1px solid #cccccc;
        margin: 0 0 15px 0; }
      #milken-main #mi-spotlight .spotlight h2 {
        font-size: 3em;
        line-height: 1.2;
        border: 0;
        margin-bottom: 20px; }
      #milken-main #mi-spotlight .spotlight p {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 2em;
        margin-bottom: 25px; }
      #milken-main #mi-spotlight .spotlight .spotlight-button {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
        height: auto;
        padding: 15px 20px;
        text-transform: uppercase;
        text-shadow: none;
        text-decoration: none;
        letter-spacing: 2px;
        margin: 0 0 10px 0;
        background-color: #004778;
        color: #ffffff;
        line-height: 1; }
        #milken-main #mi-spotlight .spotlight .spotlight-button .btn-txt {
          padding: 0 0 0 1.3em; }
        #milken-main #mi-spotlight .spotlight .spotlight-button .fa {
          opacity: 0;
          float: right;
          font-size: 110%;
          vertical-align: middle;
          transition: all 0.4s ease;
          transform: translateX(1em); }
        #milken-main #mi-spotlight .spotlight .spotlight-button:hover .fa {
          opacity: 1;
          transform: translateX(0); }
      @media (min-width: 992px) {
        #milken-main #mi-spotlight .spotlight {
          height: 452px; }
          #milken-main #mi-spotlight .spotlight p {
            font-size: 1.7em; } }
      @media (min-width: 1200px) {
        #milken-main #mi-spotlight .spotlight {
          padding: 40px 35px; }
          #milken-main #mi-spotlight .spotlight h1 {
            font-size: 4em; }
          #milken-main #mi-spotlight .spotlight h2 {
            font-size: 3em; }
          #milken-main #mi-spotlight .spotlight p {
            font-size: 2em; } }
    #milken-main #mi-spotlight .spotlight-video {
      padding: 15px;
      background-color: #ffffff;
      height: auto; }
      @media (min-width: 992px) {
        #milken-main #mi-spotlight .spotlight-video {
          height: 452px;
          padding-top: 52px; } }
      @media (min-width: 1200px) {
        #milken-main #mi-spotlight .spotlight-video {
          padding-top: 15px; } }
  #milken-main #gc-sponsors {
    background-color: #ffffff;
    text-align: center;
    color: #252525;
    padding: 40px 40px 30px;
    margin: 0 0 60px 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    #milken-main #gc-sponsors .gcs-title {
      border-bottom: 1px solid #cccccc; }
    #milken-main #gc-sponsors h2 {
      font-family: 'Oswald', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 4em;
      line-height: 1.2;
      margin: 0 0 15px 0; }
    #milken-main #gc-sponsors p {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 2em;
      padding-bottom: 20px;
      margin-bottom: 60px;
      border-bottom: 1px solid #cccccc; }
    #milken-main #gc-sponsors .gc-logos {
      height: auto;
      margin: 0 0 40px 0; }
  #milken-main #mi-centers {
    background-color: #ffffff;
    padding: 60px 10%;
    margin: 0 0 60px 0;
    color: #252525;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    #milken-main #mi-centers .mi-centers-header {
      text-align: center; }
      #milken-main #mi-centers .mi-centers-header h1 {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 6em;
        line-height: 1.2;
        margin: 0 0 15px 0; }
      #milken-main #mi-centers .mi-centers-header p {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 2em;
        line-height: 1.4;
        padding-bottom: 40px;
        margin-bottom: 60px;
        border-bottom: 1px solid #cccccc; }
    #milken-main #mi-centers .mi-centers-modules .mi-center-module {
      margin-bottom: 30px; }
      #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        bottom: 0;
        padding: 15px 30px 15px;
        opacity: 0;
        background-color: #252525;
        color: #ffffff;
        transition: all 0.4s ease;
        z-index: 50;
        }
        #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info:hover {
          opacity: 1; }
        #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info h2 {
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 3em;
          line-height: 1.2;
          text-align: center;
          margin: 0;
          }
        #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .mi-center-sm-image {
          display: none; }
        #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info p {
          font-family: 'Open Sans', sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 1.5em;
          line-height: 1.6;
          text-align: center;
          margin-bottom: 15px;
          min-height: 84px; }
        #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .mi-center-button {
          display: block;
          font-family: 'Oswald', sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 1.5em;
          height: auto;
          width: 60%;
          padding: 15px 20px;
          text-transform: uppercase;
          text-shadow: none;
          text-decoration: none;
          text-align: center;
          letter-spacing: 2px;
          margin: 0 auto 10px;
          background-color: transparent;
          color: #ffffff;
          border: 1px solid #ffffff;
          line-height: 1;
          transition: all 0.4s ease; }
          #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .mi-center-button:hover {
            background-color: #004778;
            border: 1px solid #004778; }
        #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .show-hide {
          display: none; }
        @media (min-width: 580px) {
          #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info {
            padding: 24px 40px 15px; }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info h2 {
              font-size: 3em;
            }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .mi-center-sm-image {
              display: block;
              width: 50%;
              margin: 0 auto 15px; }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info p {
              font-size: 1.5em;
            }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .show-hide {
              display: inline; } }
        @media (min-width: 992px) {
          #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info {
            height: calc(100% - 30px); }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info h2 {
              font-size: 2.5em;
            }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .mi-center-sm-image {
              width: 40%; }
            #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info p {
              font-size: 1.25em;
              min-height: 40px; } }
        @media (min-width: 1200px) {
          #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info h2 {
            font-size: 3em;
            }
          #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info .mi-center-sm-image {
            width: 50%; }
          #milken-main #mi-centers .mi-centers-modules .mi-center-module .mi-center-info p {
            font-size: 1.5em;
            min-height: 48px; } }
            #milken-main #mi-centers .mi-center-module:hover h2.mi-center-title {
                opacity: 0;
            }
          #milken-main #mi-centers h2.mi-center-title{
            position: absolute;
            bottom: 10px;
            left: 0;
            padding: 10px 40px 40px 40px;
            font-family: 'Oswald', Helvetica, _sans-serif;
            color: #FFFFFF;
            font-size: 4.2em;
            pointer-events: none;
            z-index: 30;
          }
  #milken-main #mi-featured-publications {
    background-color: #ffffff;
    padding: 60px 10%;
    margin: 0 0 60px 0;
    color: #252525;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
    #milken-main #mi-featured-publications .mi-featured-pubs-header {
      text-align: left; }
      #milken-main #mi-featured-publications .mi-featured-pubs-header h1 {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 6em;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 30px;
        margin: 0 0 60px 0;
        border-bottom: 1px solid #cccccc; }
    #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module {
      margin-bottom: 60px; }
      #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .featured-pub-thumbnail {
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
        margin-bottom: 15px; }
      #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module h2 {
        font-family: 'Oswald', sans-serif !important;
        font-style: normal;
        font-weight: 600;
        font-size: 3em;
        line-height: 1.2;
        margin: 0 0 15px 0; }
      #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .subtitle {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2em;
        line-height: 1.6;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #004778; }
      #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .subtitle-link {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2em;
        line-height: 1.2;
        margin-bottom: 15px;
        text-transform: uppercase; }
        #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .subtitle-link a {
          color: #444444;
          text-decoration: none;
          transition: all 0.4s ease; }
          #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .subtitle-link a:hover {
            color: #337ab7; }
      #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .featured-pub-button {
        display: block;
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
        height: auto;
        width: 60%;
        max-width: 250px;
        padding: 15px 20px;
        text-transform: uppercase;
        text-shadow: none;
        text-decoration: none;
        text-align: center;
        letter-spacing: 2px;
        margin: 0;
        background-color: transparent;
        color: #004778;
        border: 1px solid #252525;
        line-height: 1;
        transition: all 0.4s ease; }
        #milken-main #mi-featured-publications .mi-featured-pubs .featured-pub-module .featured-pub-button:hover {
          background-color: #004778;
          border: 1px solid #004778;
          color: #ffffff; }
  #milken-main #mi-feeds {
    padding: 0;
    margin: 0 0 0 0; }
    @media (min-width: 992px) {
      #milken-main #mi-feeds {
        padding: 0 15px 60px;
        margin: 0 0 60px 0; } }
    #milken-main #mi-feeds .mi-feeds-container {
      padding: 0;
      height: auto; }
      #milken-main #mi-feeds .mi-feeds-container #mi-events, #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        padding: 30px; }
        #milken-main #mi-feeds .mi-feeds-container #mi-events h1, #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream h1 {
          font-family: 'Oswald', sans-serif !important;
          font-style: normal;
          font-weight: 600;
          font-size: 4em;
          line-height: 1.2;
          margin: 0 0 30px 0;
          padding: 0 0 15px 0;
          text-align: center;
          border-bottom: 1px solid #cccccc; }
      #milken-main #mi-feeds .mi-feeds-container #mi-events {
        margin: 0 0 30px 0; }
        @media (min-width: 992px) {
          #milken-main #mi-feeds .mi-feeds-container #mi-events {
            margin-left: -15px 0 0 0; } }
        #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event {
          margin-bottom: 40px; }
          #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event.last {
            margin-bottom: 60px; }
          #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event .event-thumb {
            width: 33%;
            float: left;
            padding: 0 15px 15px 0; }
          #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event h2 {
            font-family: 'Oswald', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 3em;
            line-height: 1.2;
            margin: 0 0 15px 0; }
            #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event h2 a {
              color: #004778;
              text-decoration: none;
              transition: all 0.4s ease; }
              #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event h2 a:hover {
                color: #949ca1; }
          #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event .date {
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 1.5em;
            line-height: 1.2;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #004778; }
          #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event .event-blurb {
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 1.5em;
            line-height: 1.5;
            margin-bottom: 15px; }
          #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event .read-more-button,
          #mi-twitter-stream .read-more-button {
            display: block;
            font-family: 'Oswald', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 1.5em;
            height: auto;
            width: 60%;
            max-width: 250px;
            padding: 15px 20px;
            text-transform: uppercase;
            text-shadow: none;
            text-decoration: none;
            text-align: center;
            letter-spacing: 2px;
            margin: 0;
            background-color: #004778;
            color: #ffffff;
            border: 1px solid #004778;
            line-height: 1;
            transition: all 0.4s ease; }
            #milken-main #mi-feeds .mi-feeds-container #mi-events .mi-event .read-more-button:hover {
              color: #cccccc; }
      #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream {
        margin-left: 0; }
        @media (min-width: 992px) {
          #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream {
            margin-left: 15px; } }
        #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet {
          margin: 0 0 20px 0;
          border-bottom: 1px dotted #1da1f2; }
          #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet.last {
            border-bottom: 0;
            margin: 0; }
          #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .twitter-logo {
            float: left;
            width: 100%;
            height: 72px;
            padding: 0;
            margin: 0;
            background-image: url("http://thebrillocoinstitute.com/images/twitter_logo_blue.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            opacity: 0.6;
            margin-top: 5px;
         }
          #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .twitter-name {
            font-family: 'Oswald', sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 2em;
            line-height: 1.2;
            margin: 0 0 3px 0;
            padding: 15px 0 0 0;
            color: #252525; }
          #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .twitter-handle {
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 1.5em;
            line-height: 1.2;
            margin-bottom: 10px;
            color: #949ca1; }
            #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .twitter-handle span {
              color: #1da1f2; }
          #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .tweet {
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 300;
            font-size: 1.5em;
            line-height: 1.5;
            color: #252525;
            margin-bottom: 30px; }
            #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .tweet .handle, #milken-main #mi-feeds .mi-feeds-container #mi-twitter-stream .mi-tweet .tweet .hashtag {
              font-weight: 400;
              color: #1da1f2; }

#milken-footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 15px 40px;
  background-color: #1c1c1c; }
  #milken-footer .footer-section {
    color: #f6f6f6;
    padding: 0 40px; }
    #milken-footer .footer-section h3 {
      font-family: 'Open Sans', sans-serif !important;
      font-style: normal;
      font-weight: 600;
      font-size: 1.5em;
      line-height: 1.2;
      color: #ffffff;
      letter-spacing: 1px;
      margin: 0 15px 15px 0;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #444444; }
      #milken-footer .footer-section h3 a {
        color: white;
        text-decoration: none;
        transition: all 0.4s ease; }
        #milken-footer .footer-section h3 a:hover {
          color: #cccccc; }
    #milken-footer .footer-section ul {
      list-style: none;
      padding: 0;
      margin: 0 0 45px 0; }
      #milken-footer .footer-section ul li {
        font-family: 'Oswald', sans-serif;
        font-style: normal;
        font-weight: 200;
        font-size: 1.25em;
        line-height: 1.3;
        color: #ffffff;
        margin: 0 0 9px 0;
        letter-spacing: 2px; }
        #milken-footer .footer-section ul li a {
          color: white;
          text-decoration: none;
          transition: all 0.4s ease; }
          #milken-footer .footer-section ul li a:hover {
            color: #337ab7; }
      @media (min-width: 768px) {
        #milken-footer .footer-section ul {
          margin: 0; } }
    #milken-footer .footer-section p, #milken-footer .footer-section .util-nav, #milken-footer .footer-section .copyright {
      font-family: 'Open Sans', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 1.3em;
      line-height: 1.9;
      color: #f6f6f6;
      margin-bottom: 30px; }
      #milken-footer .footer-section p a, #milken-footer .footer-section .util-nav a, #milken-footer .footer-section .copyright a {
        color: #f6f6f6;
        text-decoration: none; }
        #milken-footer .footer-section p a:hover, #milken-footer .footer-section .util-nav a:hover, #milken-footer .footer-section .copyright a:hover {
          color: #337ab7; }
    #milken-footer .footer-section .social-panel {
      display: inline-block;
      margin-bottom: 30px;
      text-align: left;
      width: 100%; }
      #milken-footer .footer-section .social-panel a {
        padding: 0 15px 0 0;
        transition: all 0.4s ease;
        opacity: 1; }
        #milken-footer .footer-section .social-panel a:hover {
          opacity: 0.6; }
    #milken-footer .footer-section .util-nav {
      display: inline-block;
      text-align: left;
      width: 100%; }
      @media (min-width: 768px) {
        #milken-footer .footer-section .util-nav {
          text-align: center; } }
    #milken-footer .footer-section .copyright {
      display: inline-block;
      text-align: left;
      width: 100%; }
      @media (min-width: 768px) {
        #milken-footer .footer-section .copyright {
          text-align: right; } }
    #milken-footer .footer-section .contact {
      text-align: left; }
      #milken-footer .footer-section .contact h3 {
        margin-right: 0; }
      @media (min-width: 768px) {
        #milken-footer .footer-section .contact {
          text-align: right; } }
    #milken-footer .footer-section.connect h3 {
      margin: 0 15px 15px;
      padding: 0 15px 15px 0; }


/* CUSTOMIZED STYLES */

.tweet, .tweet p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 1.5;
	color: #252525;
	margin-bottom: 30px;
}

.twitter-handle a {
    color: #999 !important;
}